projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37254ec
)
(rul-generic-mode): Use font-lock-builtin-face,
author
Richard M. Stallman
<rms@gnu.org>
Fri, 3 Apr 1998 04:40:40 +0000
(
04:40
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 3 Apr 1998 04:40:40 +0000
(
04:40
+0000)
not font-lock-em[hasized-face.
lisp/generic-x.el
patch
|
blob
|
history
diff --git
a/lisp/generic-x.el
b/lisp/generic-x.el
index 1f321478bcf170cf9c8059be39dbe440e6918e10..b56eac7c0f5369acb0f045660cef937bac0bd5e4 100644
(file)
--- a/
lisp/generic-x.el
+++ b/
lisp/generic-x.el
@@
-679,7
+679,7
@@
you must reload generic-x to enable the specified modes."
(1 font-lock-reference-face)
(2 font-lock-variable-name-face nil t))
;; indirect string constants
- '("\\(@[A-Za-z][A-Za-z0-9_]+\\)" 1 font-lock-
emphasized
-face)
+ '("\\(@[A-Za-z][A-Za-z0-9_]+\\)" 1 font-lock-
builtin
-face)
;; gotos
'("[ \t]*\\(\\sw+:\\)" 1 font-lock-reference-face)
'("\\<\\(goto\\)\\>[ \t]*\\(\\sw+\\)?"